UPDATE MATRIX

This command will update all changes you have made to an existing matrix.

  Syntax
UPDATE MATRIX Matrix Number
  Parameters
Matrix Number
Integer
The matrix number

  Returns

This command does not return a value.

  Description

Any changes you have made are not visible until you complete the process by using the update matrix command. Updating the matrix is speed intensive and should be used as little as possible. The matrix number should be an integer value.

  Example Code
position camera 0,300,0
autocam off
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
set matrix height 1,10,10,200
update matrix 1
do
loop
if matrix exist(1)=1 then delete matrix 1
end
  See also

MATRIX Commands Menu
Index